home *** CD-ROM | disk | FTP | other *** search
- /* global flags for bm */
- extern int cFlag, /* true if we want only a count of matching lines */
- fFlag, /* true if the patterns are to come from a file */
- lFlag, /* true if we want a list of files containing the pattern */
- nFlag, /* true if we want the character offset of the pattern */
- sFlag, /* true if we want silent mode */
- xFlag, /* true if we want only lines which match entirely */
- mFlag, /* true if we do not want case sensitivity */
- eFlag, /* indicates that next argument is the pattern */
- hFlag, /* true if we want no filenames in output */
- zFlag, /* Allout directvideo blaster flag */
- MatchCount; /* count of number of times a search string was found
- * in the text */
-
- extern char *FileName;
- extern int scrnlines; // 11-28-91
- extern char showfname;
-
-